object Form4: TForm4 Left = 263 Top = 224 HelpContext = 40 BorderStyle = bsDialog Caption = 'Best results' ClientHeight = 182 ClientWidth = 259 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter Scaled = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 25 Width = 259 Height = 40 Align = alTop ParentColor = True TabOrder = 2 object Label1: TLabel Left = 8 Top = 12 Width = 13 Height = 19 Caption = '1.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Image1: TImage Left = 172 Top = 2 Width = 82 Height = 36 AutoSize = True Transparent = True end object LabelP1: TLabel Left = 172 Top = 12 Width = 82 Height = 16 Alignment = taCenter AutoSize = False Caption = '0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object Edit1: TEdit Left = 24 Top = 10 Width = 141 Height = 21 TabStop = False ParentColor = True ReadOnly = True TabOrder = 0 end end object Panel2: TPanel Left = 0 Top = 65 Width = 259 Height = 40 Align = alTop ParentColor = True TabOrder = 1 object Label3: TLabel Left = 8 Top = 12 Width = 13 Height = 19 Caption = '2.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Image2: TImage Left = 172 Top = 2 Width = 82 Height = 36 AutoSize = True Transparent = True end object LabelP2: TLabel Left = 172 Top = 12 Width = 82 Height = 16 Alignment = taCenter AutoSize = False Caption = '0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object Edit2: TEdit Left = 24 Top = 10 Width = 141 Height = 21 TabStop = False ParentColor = True ReadOnly = True TabOrder = 0 end end object Panel3: TPanel Left = 0 Top = 105 Width = 259 Height = 40 Align = alTop ParentColor = True TabOrder = 3 object Label5: TLabel Left = 8 Top = 12 Width = 13 Height = 19 Caption = '3.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Image3: TImage Left = 172 Top = 2 Width = 82 Height = 36 AutoSize = True Transparent = True end object LabelP3: TLabel Left = 172 Top = 12 Width = 82 Height = 16 Alignment = taCenter AutoSize = False Caption = '0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True end object Edit3: TEdit Left = 24 Top = 10 Width = 141 Height = 21 TabStop = False ParentColor = True ReadOnly = True TabOrder = 0 end end object Button1: TButton Left = 100 Top = 152 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 4 end object Panel4: TPanel Left = 0 Top = 0 Width = 259 Height = 25 Align = alTop Caption = 'Best results' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [fsBold, fsItalic] ParentColor = True ParentFont = False TabOrder = 0 end object Button2: TButton Left = 180 Top = 152 Width = 75 Height = 25 Caption = '&Reset' ModalResult = 3 TabOrder = 5 end end